3.3.9 \(\int \frac {c+d x}{x (a+b x)} \, dx\) [209]

Optimal. Leaf size=30 \[ \frac {c \log (x)}{a}-\frac {(b c-a d) \log (a+b x)}{a b} \]

[Out]

c*ln(x)/a-(-a*d+b*c)*ln(b*x+a)/a/b

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 30, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.062, Rules used = {78} \begin {gather*} \frac {c \log (x)}{a}-\frac {(b c-a d) \log (a+b x)}{a b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x)/(x*(a + b*x)),x]

[Out]

(c*Log[x])/a - ((b*c - a*d)*Log[a + b*x])/(a*b)

Rule 78

Int[((a_.) + (b_.)*(x_))*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegran
d[(a + b*x)*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && ((ILtQ[
n, 0] && ILtQ[p, 0]) || EqQ[p, 1] || (IGtQ[p, 0] && ( !IntegerQ[n] || LeQ[9*p + 5*(n + 2), 0] || GeQ[n + p + 1
, 0] || (GeQ[n + p + 2, 0] && RationalQ[a, b, c, d, e, f]))))

Rubi steps

\begin {align*} \int \frac {c+d x}{x (a+b x)} \, dx &=\int \left (\frac {c}{a x}+\frac {-b c+a d}{a (a+b x)}\right ) \, dx\\ &=\frac {c \log (x)}{a}-\frac {(b c-a d) \log (a+b x)}{a b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 29, normalized size = 0.97 \begin {gather*} \frac {c \log (x)}{a}+\frac {(-b c+a d) \log (a+b x)}{a b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)/(x*(a + b*x)),x]

[Out]

(c*Log[x])/a + ((-(b*c) + a*d)*Log[a + b*x])/(a*b)

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 30, normalized size = 1.00

method result size
default \(\frac {\left (a d -b c \right ) \ln \left (b x +a \right )}{a b}+\frac {c \ln \left (x \right )}{a}\) \(30\)
norman \(\frac {\left (a d -b c \right ) \ln \left (b x +a \right )}{a b}+\frac {c \ln \left (x \right )}{a}\) \(30\)
risch \(\frac {c \ln \left (x \right )}{a}+\frac {\ln \left (-b x -a \right ) d}{b}-\frac {\ln \left (-b x -a \right ) c}{a}\) \(38\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)/x/(b*x+a),x,method=_RETURNVERBOSE)

[Out]

(a*d-b*c)/a/b*ln(b*x+a)+c*ln(x)/a

________________________________________________________________________________________

Maxima [A]
time = 0.33, size = 30, normalized size = 1.00 \begin {gather*} \frac {c \log \left (x\right )}{a} - \frac {{\left (b c - a d\right )} \log \left (b x + a\right )}{a b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/x/(b*x+a),x, algorithm="maxima")

[Out]

c*log(x)/a - (b*c - a*d)*log(b*x + a)/(a*b)

________________________________________________________________________________________

Fricas [A]
time = 1.50, size = 29, normalized size = 0.97 \begin {gather*} \frac {b c \log \left (x\right ) - {\left (b c - a d\right )} \log \left (b x + a\right )}{a b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/x/(b*x+a),x, algorithm="fricas")

[Out]

(b*c*log(x) - (b*c - a*d)*log(b*x + a))/(a*b)

________________________________________________________________________________________

Sympy [A]
time = 0.25, size = 41, normalized size = 1.37 \begin {gather*} \frac {c \log {\left (x \right )}}{a} + \frac {\left (a d - b c\right ) \log {\left (x + \frac {- a c + \frac {a \left (a d - b c\right )}{b}}{a d - 2 b c} \right )}}{a b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/x/(b*x+a),x)

[Out]

c*log(x)/a + (a*d - b*c)*log(x + (-a*c + a*(a*d - b*c)/b)/(a*d - 2*b*c))/(a*b)

________________________________________________________________________________________

Giac [A]
time = 1.32, size = 32, normalized size = 1.07 \begin {gather*} \frac {c \log \left ({\left | x \right |}\right )}{a} - \frac {{\left (b c - a d\right )} \log \left ({\left | b x + a \right |}\right )}{a b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/x/(b*x+a),x, algorithm="giac")

[Out]

c*log(abs(x))/a - (b*c - a*d)*log(abs(b*x + a))/(a*b)

________________________________________________________________________________________

Mupad [B]
time = 0.35, size = 28, normalized size = 0.93 \begin {gather*} \frac {c\,\ln \left (x\right )}{a}-\ln \left (a+b\,x\right )\,\left (\frac {c}{a}-\frac {d}{b}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x)/(x*(a + b*x)),x)

[Out]

(c*log(x))/a - log(a + b*x)*(c/a - d/b)

________________________________________________________________________________________